home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3621 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: yarrina.connect.com.au!usenet
  2. From: Andrew Dalgleish <andrewd@axonet.com.au>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Something to play with.
  5. Date: Tue, 30 Jan 1996 18:59:45 +1000
  6. Organization: Axon Research, Pty Ltd
  7. Message-ID: <310DDE01.1611@axonet.com.au>
  8. References: <4eist1$9fk@airdmhor.gen.nz>
  9. NNTP-Posting-Host: 203.63.6.118
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14.  
  15. Simon Hosie wrote:
  16. > [snip]
  17. >   If anyone gets any kind of warning or error comiling this or anything it
  18. > generates, please let me know.
  19.  
  20. Your code:
  21. C:\Atw\test1\test1.c(56) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  22. C:\Atw\test1\test1.c(57) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  23. C:\Atw\test1\test1.c(57) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  24. C:\Atw\test1\test1.c(57) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  25. Generated code (renamed):
  26. C:\Atw\test2\test2.c(59) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  27. C:\Atw\test2\test2.c(60) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  28. C:\Atw\test2\test2.c(61) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  29. C:\Atw\test2\test2.c(62) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  30. Passing test2.c through itself:
  31. C:\Atw\test3\test3.c(211) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  32. C:\Atw\test3\test3.c(212) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  33. C:\Atw\test3\test3.c(212) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  34. C:\Atw\test3\test3.c(212) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
  35.  
  36. Cheers
  37.